Search
DiagramView.beginEdit Method
See Also
 





Begins in-place editing of the specified object.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function beginEdit (item, [point, [editTarget]])

 Parameters

item

InplaceEditable. The DiagramItem whose text should be edited.

point
Optional.

Point. A Point specifying where the in-place edit box should appear.

editTarget
Optional.

Cell | LinkLabel. The element to use as a target for the inplace edit.

 See Also